home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / linux-sound-base.postrm < prev    next >
Text File  |  2009-10-11  |  938b  |  32 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. case "$1" in
  6.   remove)
  7.     rm -f /etc/modprobe.d/blacklist-oss.conf
  8.     rm -f /etc/modprobe.d/blacklist-oss
  9.     rm -f /etc/modprobe.d/blacklist-alsa.conf
  10.     rm -f /etc/modprobe.d/blacklist-alsa
  11.     rm -f /etc/hotplug/blacklist.d/linux-sound-base_noOSS
  12.     rm -f /etc/discover.d/linux-sound-base_noOSS
  13.     rm -f /etc/modutils/linux-sound-base_noOSS
  14.     rm -f /etc/modprobe.d/linux-sound-base_noOSS
  15.     rm -f /etc/modprobe.d/linux-sound-base_noOSS.conf
  16.     rm -f /etc/hotplug/blacklist.d/linux-sound-base_noALSA
  17.     rm -f /etc/discover.d/linux-sound-base_noALSA
  18.     rm -f /etc/modutils/linux-sound-base_noALSA
  19.     rm -f /etc/modprobe.d/linux-sound-base_noALSA
  20.     rm -f /etc/modprobe.d/linux-sound-base_noALSA.conf
  21.     rm -f /etc/discover.conf.d/10linux-sound-base
  22.     ;;
  23. esac
  24.  
  25. # Automatically added by dh_installdebconf
  26. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  27.     . /usr/share/debconf/confmodule
  28.     db_purge
  29. fi
  30. # End automatically added section
  31.  
  32.